projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91f4aee
)
(mac_initialize): Don't call mac_init_fringe here.
author
Jason Rumney
<jasonr@gnu.org>
Thu, 13 Sep 2007 22:24:42 +0000
(22:24 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Thu, 13 Sep 2007 22:24:42 +0000
(22:24 +0000)
(mac_term_init): Call here instead, passing rif.
src/macterm.c
patch
|
blob
|
history
diff --git
a/src/macterm.c
b/src/macterm.c
index 8b3cee42f5c1422fe9aef1449a9fb47e01d1c4fd..f14193a2d56f311a6cdfb80954842c14d157a5a3 100644
(file)
--- a/
src/macterm.c
+++ b/
src/macterm.c
@@
-12590,6
+12590,10
@@
mac_term_init (display_name, xrm_option, resource_name)
x_display_name_list);
dpyinfo->name_list_element = XCAR (x_display_name_list);
+#if USE_CG_DRAWING
+ mac_init_fringe (terminal->rif);
+#endif
+
UNBLOCK_INPUT;
return dpyinfo;
@@
-12801,6
+12805,7
@@
mac_create_terminal (struct mac_display_info *dpyinfo)
off the bottom. */
#endif
+
return terminal;
}
@@
-12846,8
+12851,6
@@
mac_initialize ()
#if USE_CG_DRAWING
init_cg_color ();
-
- mac_init_fringe ();
#endif
UNBLOCK_INPUT;